type internal/reflectlite.emptyInterface

4 uses

	internal/reflectlite (current package)
		type.go#L397: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		value.go#L106: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L141: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L181: type emptyInterface struct {